Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / INMap<TKey,TValue> Interface
Properties Methods

In This Topic
    INMap<TKey,TValue> Interface Members
    In This Topic

    The following tables list the members exposed by INMap<TKey,TValue>.

    Public Properties
     NameDescription
     PropertyGets the count of items. (Inherited from Nevron.Nov.DataStructures.INCountable<NKeyValuePair<TKey,TValue>>)
     PropertyGets or sets the value associated with the specified key. The getter implementation throws an exception, if item for the key does not exist. The setter implementation replaces the value, if item for the key exists.  
     PropertyGets the set of keys  
     PropertyGets the set of values  
    Top
    Public Methods
     NameDescription
     MethodAdds a new item with the specified key and value. Throws an exception, if item for this key already exists.  
     MethodRemoves all content (items) (Inherited from Nevron.Nov.DataStructures.INClearable)
     MethodQueries whether the specified item is contained in this object. (Inherited from Nevron.Nov.DataStructures.INContains<NKeyValuePair<TKey,TValue>>)
     MethodCopies all items of this set to the specified array, starting from the specified array index. (Inherited from Nevron.Nov.DataStructures.INSet<NKeyValuePair<TKey,TValue>>)
     MethodGets the value that corresponds to the specified key. Throws an exception, if item for this key does not exist.  
     MethodGets an iterator that iterates through the items in forward order. (Inherited from Nevron.Nov.DataStructures.INIterable<NKeyValuePair<TKey,TValue>>)
     MethodRemoves the specified item (Inherited from Nevron.Nov.DataStructures.INRemovable<NKeyValuePair<TKey,TValue>>)
     MethodSets the value for the specified key. If key-value association already exists, the value is replaced.  
     MethodConverts this set to an array. (Inherited from Nevron.Nov.DataStructures.INSet<NKeyValuePair<TKey,TValue>>)
     MethodTries to get the value for the specified key.  
    Top
    See Also